home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / bin / install / fsn.install next >
Text File  |  1994-08-01  |  367b  |  12 lines

  1. #!/bin/sh
  2.  
  3. #----------------------------------
  4. #  Install fsn and associated files
  5. #----------------------------------
  6.  
  7. /etc/install -o -s -F /usr/local/bin             fsn
  8. /etc/install -o -s -F /usr/catman/local/cat1     doc,etc./fsn.z
  9. /etc/install -o -s -F /usr/lib/X11/app-defaults  doc,etc./Fsn
  10. /etc/install -o -s -F /usr/lib/images            doc,etc./Fsn.icon
  11.  
  12.